home *** CD-ROM | disk | FTP | other *** search
/ The Doom Game Editor / The Doom Game Editor - Wiley 1995.iso / sound / util / doomit / bkpsound.bat next >
DOS Batch File  |  1995-02-23  |  101b  |  8 lines

  1. @echo off
  2. %1 -vb %2 %4
  3. If errorlevel==12 goto backup
  4. goto done
  5. :backup
  6. %1 -ex -a %2 %3 
  7. :done
  8.